home *** CD-ROM | disk | FTP | other *** search
/ Exame Informatica 139 / Exame Informatica 139.iso / Revista / Flash / Uniform Server / diskw / home / admin / www / lang.php < prev    next >
Encoding:
PHP Script  |  2005-03-31  |  429 b   |  16 lines

  1. <?
  2. /*
  3. ####################################################
  4. # Name: The Uniform Server Admin Panel 2.0
  5. # Developed By: The Uniform Server Development Team
  6. # Modified Last By: Olajide Olaolorun (empirex) 
  7. # Web: http://www.uniformserver.com
  8. ####################################################
  9. */
  10.  
  11. $fp=fopen("includes/.lang","w");
  12. fwrite($fp,$_SERVER['QUERY_STRING']);
  13. fclose($fp);
  14. header("Location: index.php");
  15. ?>
  16.